home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1014.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.1 KB  |  44 lines

  1. > From "(Arnold Bloemer)" <bloemer@tnt.uni-hannover.dbp.de>
  2. > > From marca@wintermute.ncsa.uiuc.edu Wed Apr 28 01:17:16 1993
  3. > > ...
  4. > > Also, I'm not certain that any multimedia data other than images needs
  5. > > to be specifiable as inlined/included.  Things like audio and MPEG can
  6. > > simply be pointed at from an anchor (as Mosaic does) and forked to
  7. > > external viewers or processed internally, whichever the browser
  8. > > prefers -- and with inlined images the whole thing will be iconic
  9. > > anyway.
  10. > But it is much more impressive and intuitive, when you click on an
  11. > image and it starts moving in place. Paradise Software Inc. have a demo
  12. > which shows a hypermedia newspaper. In that demo there are two images 
  13. > which serve as anchors to two movies. When you start the movies they 
  14. > will run at the location of the images. I showed the demo to a couple 
  15. > of people and all were very impressed.
  16. There are two parts to this, auto-inlining and inlining on selection.
  17.  
  18. There is nothing to prevent browers from inlining on selection right now,
  19. though it would be nice if you could pass a window id to xv and not have
  20. to build in all that code.  Having browsers and external viewers cooperate
  21. should be an easy project.  Any volunteers?
  22.  
  23. I think in 10 years auto-inlining anchors (for other than iconic purposes,
  24. which is what <A><IMG...></A> really does) will be considered the GOTO of
  25. hypertext.  Good document design should minimize them, but they are handy
  26. when you are in deep shaving cream.
  27.  
  28. see also: http://info.cern.ch/hypertext/WWW/MarkUp/Elements/A.html
  29.  
  30. It talks about REL=Embed which is pretty interesting for doing outlines.
  31.  
  32. > > I would certainly love to hear discussion about what to do with text
  33. > > flow -- it's starting to become a popular request.
  34. > I would like this feature also very much.
  35. Wouldn't adding a <IMG ALIGN="flow"> hint do the job?  I haven't researched
  36. all the different ways people like to flow text around images but I think
  37. this would solve 80% of the problem (which is that people don't want all
  38. that empty space).  I don't see anything preventing browsers from flowing
  39. text right now.
  40.  
  41. --sanders
  42.  
  43.